A
string constant (that is, a sequence of ASCII characters enclosed in double-quotation marks). See
"Strings"
, for a list of the escape sequences that may occur in a
cString
object.
Data Size
sizeof(String)
Description
A C string may be used to include text in a metafile.
Parent Hierarchy
Shared, string.
Parent Objects
None.
Child Objects
None.
Example
cString (
"Copyright Apple Computer, Inc., 1995"
)